net/http.http2responseWriterState.conn (field)
10 uses
net/http (current package)
h2_bundle.go#L6325: rws.conn = sc
h2_bundle.go#L6583: conn *http2serverConn
h2_bundle.go#L6634: rws.conn.logf("ignoring invalid trailer %q", k)
h2_bundle.go#L6700: rws.conn.startGracefulShutdown()
h2_bundle.go#L6705: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6734: if err := rws.conn.writeDataFromHandler(rws.stream, p, endStream); err != nil {
h2_bundle.go#L6740: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6812: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6838: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6966: rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |